/*公共样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border: none;
    outline: none;
}
html,body {
    height: 100%;
}
body {
    font-family: Arial,"Microsoft YaHei";
    color:#222;
    font-size: 16px;
 
}
ul,ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color:#222;
    text-decoration: none !important;
}
a:hover {
    color:#1c5bb8;
}
em,i {
    font-style: normal;
}
input,select,textarea,button{
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    border:none;
    font-family: "Microsoft YaHei";
}

table{
    border-collapse: collapse;
}



.mart-5 {
    margin-top: 5px;
}
.mart-10 {
    margin-top: 10px;
}
.mart-15 {
     margin-top: 15px;
 }
.marl-10 {
    margin-left: 10px;
}
.marl-15 {
    margin-left: 15px;
}

.marr-15 {
    margin-right: 15px;
}
.marr-20 {
    margin-right: 20px;
}
.mart-20 {
    margin-top: 20px;
}
.mart-30 {
    margin-top: 30px;
}
.marr-30 {
    margin-right: 30px;
}
.marb-5 {
    margin-bottom: 5px;
}
